Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.09 KB

12-Creating a Web Service which reuses Logic from the Migrated Application.md

File metadata and controls

14 lines (9 loc) · 1.09 KB

keywords: Web Service, asmx, WCF, xml

This video demonstrate how to create a web service, which reused the business logic of the migrated application.
Notice that in case you don't have a Server project in your migrated solution, you can easily add one following this video.
Another way to expose migrated functionality to the web is by adding a REST API server to the migrated application using our ENV Web.

<iframe width="560" height="315" src="https://www.youtube.com/embed/TTSwitT8g1Y" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

See Also